Table of Contents
1 lenovo thinkpad t440p with yosemite
T440P can run osx perfectly1.
Hardware
- UEFI
- 2.24
- intel
- i5-4210M(4300M?)
- Memory
- 8G
- Graphic
- 256M/512MB intel HD4600, nvidia GT730M
- audio
- intel Haswell
After installation, laptop harddisk should be GPT partition map scheme with one ESP partition.
All installation are done with specific guide2 and general guide3 and tools 4.
Resources:
1.1 installing USB stick, MBR is recommanded though GPT is another option
1 | diskutil list |
1 | /dev/disk0 |
1 | diskutil partitionDisk /dev/disk3 2 MBR FAT32 "CLOVER" 200Mi HFS+J "OSX" R |
1 | Started partitioning on disk3 |
For some laptop, you still have to GPT partition other than MBR.
1 | diskutil partitionDisk /dev/disk3 1 GPT HFS+J "install_osx" R |
1.2 installing Clover on USB
1 | sudo "/Volumes/Install OS X Yosemite/Install OS X Yosemite.app/Contents/Resources/createinstallmedia" --volume /Volumes/OSX --applicationpath "/Volumes/Install OS X Yosemite/Install OS X Yosemite.app" --nointeraction |
1.3 Setting laptop BIOS
- VT-d (virtualization for direct i/o) should be disabled
- TPM should be disabled
- Anti-Theft mode should be disabled
- secure boot should be disabled
- fast boot should be disabled
- DEP (data execution prevention) should be enabled
- legacy boot optional, recommand enabled
- CSM enabled or disabled(varies)
- SATA mode should be AHCI
1.4 Booting the Installer USB on laptop
Do exactly as general guide and thinkpad T440P guide told, then will go to the installation.
- run
disk utils
to format the target harddisk or SSD, which the osx will install on. - start OSX installation or restore from time machine.
May encounter can't be verified error while install yosemite, setting the date in terminal.
1 | date 062614102014.30 |
1.5 Post install kexts into laptop disk
Install clover on laptop with same setting as USB.
1 | cp *.kext /Library/Extensions/ |
And there are many details to be done, like wireless network connection.